MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class / LegendItemsCollection Constructor
The array whose elements are copied in the new collection.

In This Topic
LegendItemsCollection Constructor
In This Topic
Initializes new instance of the LegendItemsCollection class
Syntax
'Declaration
 
Public Function New( _
   ByVal itemsArray() As LegendItem _
)
 

Parameters

itemsArray
The array whose elements are copied in the new collection.
See Also